home *** CD-ROM | disk | FTP | other *** search
- //
- // commandlines
- //
-
- // call for game exe
- GAMECALL "s3.exe"
- // call for the game setup exe
- CALLSETUP "SetupS3.exe"
- // name of the manual pages
- MANUAL "Manual\main.htm"
- // name of the news pages
- NEWS "News\webpages\main.htm"
- // call for the htmlviewer which is used when the user has no default viewer
- HTMLVIEWER "IViewp32.exe"
-
-
- // Buttonfont format: fontsize "Fontname"
- BUTTON_FONT 120 "Arial Bold"
-
- // background bitmap
- BMP_BACKGROUND 632 455 "Install\Autorun.bmp"
-
-
- //
- // BUTTONS
- //
-
- // format: width height "bitmapfile"
- // (width and height must be same size on both bmp's)
- BMP_BUTTON1 172 28 "Install\button1.bmp"
- BMP_BUTTON2 172 28 "Install\button2.bmp"
-
-
- // BUTTONS
- // PosX PosY "Text"
- BT_START 50 30 " Start game"
- BT_SETUP 50 100 " Setup"
- BT_INSTALL 50 30 " Install game"
- BT_MANUAL 50 65 " Manual"
- BT_NEWS1 50 100 " News"
- BT_NEWS2 50 135 " News"
- BT_EXIT 50 395 " Exit"
-
- //
- // TEXTS
- //
- TEXT_MAINTITLE "THE SETTLERS III"
- INFOTEXT_ABORT "Installation canceled!"
- ERRORTEXT_STARTPROGRAM "Error while starting the following program:"
- ERRORTEXT_GAME_NOT_FOUND "The Settlers3 directory was not be found"
- ERRORTEXT_CDROM1 "Settlers3 CD1 not found!\nPlease insert Settlers3 CD1 and try again."
- ERRORTEXT_CDROM2 "Settlers3 CD2 not found!\nPlease insert Settlers3 CD2 and try again."
- ERRORTEXT_WIN95REQUIRED "This game requires at least Windows 95 or Windows NT 4.0."
- ERRORTEXT_TITLE "Error"
- WARNING_TITLE "Warning"
- INFO_TITLE "Information"
- DEINSTALL_TITLE "Uninstall"
- DEINSTALL_SAVEGAMES "Delete the saved games?"
-